Class GCPNetworkInterface

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<GCPNetworkInterfaceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class GCPNetworkInterface
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<GCPNetworkInterfaceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    GCPNetworkInterface describes network interfaces for GCP
    See Also:
    Serialized Form
    • Constructor Detail

      • GCPNetworkInterface

        public GCPNetworkInterface()
        No args constructor for use in serialization
      • GCPNetworkInterface

        public GCPNetworkInterface​(String network,
                                   String projectID,
                                   Boolean publicIP,
                                   String subnetwork)
    • Method Detail

      • getNetwork

        public String getNetwork()
        network is the network name.
      • setNetwork

        public void setNetwork​(String network)
        network is the network name.
      • getProjectID

        public String getProjectID()
        projectID is the project in which the GCP machine provider will create the VM.
      • setProjectID

        public void setProjectID​(String projectID)
        projectID is the project in which the GCP machine provider will create the VM.
      • getPublicIP

        public Boolean getPublicIP()
        publicIP indicates if true a public IP will be used
      • setPublicIP

        public void setPublicIP​(Boolean publicIP)
        publicIP indicates if true a public IP will be used
      • getSubnetwork

        public String getSubnetwork()
        subnetwork is the subnetwork name.
      • setSubnetwork

        public void setSubnetwork​(String subnetwork)
        subnetwork is the subnetwork name.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)