> + * virtual machine to fail to start. Contact support for additional > + * assistance. > + * > + * For web and worker roles this field returns an error code that can be > provided to Windows Azure support to assist > + * in resolution of errors. Typically this field will be empty. > + */ > + private final String instanceErrorCode; > + > + /** > + * The size of the role instance > + */ > + private final RoleSize instanceSize; > + private final String privateIpAddress; > + private final String publicIpAddress; > + > + public Deployment(String deploymentName, DeploymentSlot deploymentSlot, > DeploymentStatus deploymentStatus,
Is this created other than by a builder? I.e. narrow the access to `protected` or package-level? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/76/files#r18261628