public static Arbitrary <Report> Report() { return(Arb.From(OrmGenerators.Report())); }
public static Arbitrary <Container> Container() { return(Arb.From(OrmGenerators.Container())); }
public static Arbitrary <Task> Task() { return(Arb.From(OrmGenerators.Task())); }
public static Arbitrary <Webhook> Webhook() { return(Arb.From(OrmGenerators.Webhook())); }
public static Arbitrary <Version> Version() { return(Arb.From(OrmGenerators.Version())); }
public static Arbitrary <WebhookMessageLog> WebhookMessageLog() { return(Arb.From(OrmGenerators.WebhookMessageLog())); }
public static Arbitrary <NetworkConfig> NetworkConfig() { return(Arb.From(OrmGenerators.NetworkConfig())); }
public static Arbitrary <Job> Job() { return(Arb.From(OrmGenerators.Job())); }
public static Arbitrary <Proxy> Proxy() { return(Arb.From(OrmGenerators.Proxy())); }
public static Arbitrary <EventMessage> EventMessage() { return(Arb.From(OrmGenerators.EventMessage())); }
public static Arbitrary <NodeTasks> NodeTasks() { return(Arb.From(OrmGenerators.NodeTasks())); }
public static Arbitrary <BaseEvent> BaseEvent() { return(Arb.From(OrmGenerators.BaseEvent())); }
public static Arbitrary <Uri> Uri() { return(Arb.From(OrmGenerators.Uri())); }
public static Arbitrary <Notification> Notification() { return(Arb.From(OrmGenerators.Notification())); }
public static Arbitrary <NetworkSecurityGroupConfig> NetworkSecurityConfig() { return(Arb.From(OrmGenerators.NetworkSecurityGroupConfig())); }
public static Arbitrary <WebhookMessageEventGrid> WebhookMessageEventGrid() { return(Arb.From(OrmGenerators.WebhookMessageEventGrid())); }
public static Arbitrary <InstanceConfig> InstanceConfig() { return(Arb.From(OrmGenerators.InstanceConfig())); }
public static Arbitrary <ISecret <T> > ISecret <T>() { return(Arb.From(OrmGenerators.ISecret <T>())); }
public static Arbitrary <Scaleset> Scaleset() { return(Arb.From(OrmGenerators.Scaleset())); }